home *** CD-ROM | disk | FTP | other *** search
- # With this document, you define the name space that users see of your http
- # server.
-
- # Rob (robm@ncsa.uiuc.edu)
-
-
- # DocumentRoot: The directory out of which you will serve your
- # documents. By default, all requests are taken from this directory, but
- # symbolic links and aliases may be used to point to other locations.
-
- DocumentRoot http:docs
-
- # UserDir: The name of the directory which is appended onto a user's home
- # directory if a ~user request is recieved.
-
- UserDir public_html
-
- # DirectoryIndex: Name of the file to use as a pre-written HTML
- # directory index
-
- DirectoryIndex index.html
-
- # AccessFileName: The name of the file to look for in each directory
- # for access control information.
-
- AccessFileName .htaccess
-
- # DefaultType is the default MIME type for documents which the server
- # cannot find the type of from filename extensions.
-
- DefaultType text/plain
-
- # AddType allows you to tweak mime.types without actually editing it, or to
- # make certain files to be certain types.
- # Format: AddType type/subtype ext1
-
- # Redirect allows you to tell clients about documents which used to exist in
- # your server's namespace, but do not anymore. This allows you to tell the
- # clients where to look for the relocated document.
- # Format: Redirect fakename url
-
-
- # Aliases: Add here as many aliases as you need, up to 20. The format is
- # Alias fakename realname
-
-
- # ScriptAlias: This controls which directories contain server scripts.
- # Format: ScriptAlias fakename realname
-
- ScriptAlias /cgi-bin/ cgi-bin/
-